setEnableAnnotationsAndFieldsEdit Method
In This Topic
Sets a value indicating whether the user can edit the annotations and form fields.
If true, the user can add or modify text annotations, fill in interactive form fields, and, if is also set, create or modify interactive form fields (including signature fields).
Syntax
public void setEnableAnnotationsAndFieldsEdit(
boolean
)
|
Parameters
- value
- True if the user can edit the annotations and form fields.
See Also